home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 30 / PC Gamer IT CD 30 1-2.iso / BOSDEMO / BOSSW11.EXE / data1.cab / Program_Executable_Files / bos.exe / 0 / RCDATA / TDEMOFORM / TDEMOFORM.txt
Text File  |  1998-01-16  |  915b  |  51 lines

  1. object DemoForm: TDemoForm
  2.   Left = 240
  3.   Top = 0
  4.   BorderStyle = bsNone
  5.   Caption = 'Balls of Steel'
  6.   ClientHeight = 413
  7.   ClientWidth = 592
  8.   Color = clBlack
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 591
  23.     Height = 374
  24.     Shape = bsFrame
  25.     Style = bsRaised
  26.   end
  27.   object AgreeBtn: TButton
  28.     Left = 166
  29.     Top = 383
  30.     Width = 100
  31.     Height = 25
  32.     Cursor = 1
  33.     Caption = 'I Agree'
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.     TabStop = False
  37.   end
  38.   object DisagreeBtn: TButton
  39.     Left = 325
  40.     Top = 383
  41.     Width = 100
  42.     Height = 25
  43.     Cursor = 1
  44.     Cancel = True
  45.     Caption = 'I Do Not Agree'
  46.     ModalResult = 2
  47.     TabOrder = 1
  48.     TabStop = False
  49.   end
  50. end
  51.